Completed
Push — master ( 704cc1...66345b )
by FX
05:52
created

$(document).ready   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
nc 1
nop 0
dl 0
loc 3
rs 10
c 0
b 0
f 0
1
var $ = require('jquery');
2
3
window.Popper = require('popper.js');
4
require('bootstrap');
5
window.Chart = require('chart.js');
6
7
$(document).ready(function() {
8
    $('[data-toggle="popover"]').popover();
9
});
10